home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / PROGNG_C / MDSPL100.LZH / MDSPTEE < prev    next >
Text File  |  1987-10-20  |  242b  |  17 lines

  1. #
  2. #  Standard command line definitions
  3. #
  4. #cp=cl -d -c -AS -Gsw -Os -Zpe
  5.  
  6.  
  7. #
  8. #  The C File List
  9. #
  10.  
  11. mdsptee.obj: mdsptee.c mdisplay.h
  12.     msc  mdsptee ;;;;
  13.  
  14. mdsptee.exe: mdsptee.obj mdisplay.obj
  15.     link mdsptee+mdisplay ;;;;
  16.  
  17.